From 1d1ebe75f59784f54685a1bea28d012ad2b23eba Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 13 Apr 2008 09:22:51 +0000 Subject: [PATCH] osm: Remove attribute action from way. --- osm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm.c b/osm.c index dae49e1fc..5c9ad7764 100644 --- a/osm.c +++ b/osm.c @@ -810,7 +810,7 @@ osm_rte_disp_head(const route_head *rte) if (skip_rte) return; - gbfprintf(fout, " \n", --node_id); + gbfprintf(fout, " \n", --node_id); } static void -- 2.30.2